BEJSON 104DB Template
Version: 1.0.0 | Created At: 10/24/2025, 5:12:27 AM
{
"Format": "BEJSON",
"Format_Version": "104db",
"Format_Creator": "Elton Boehnen",
"Parent_Hierarchy": "/ecommerce/catalog",
"Records_Type": [
"Category",
"Product"
],
"Fields": [
{
"name": "Record_Type_Parent",
"type": "string"
},
{
"name": "parent_hierarchy",
"type": "string"
},
{
"name": "product_id",
"type": "string",
"Record_Type_Parent": "Product"
},
{
"name": "product_name",
"type": "string",
"Record_Type_Parent": "Product"
},
{
"name": "category_id_product_link",
"type": "string",
"Record_Type_Parent": "Product"
},
{
"name": "category_id",
"type": "string",
"Record_Type_Parent": "Category"
},
{
"name": "category_name",
"type": "string",
"Record_Type_Parent": "Category"
}
],
"Values": [
[
"Category",
"Inventory/Categories",
null,
null,
null,
"CAT001",
"Electronics"
],
[
"Product",
"Inventory/Products",
"PROD001",
"Wireless Headphones",
"CAT001",
null,
null
]
]
}